home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #067 (1990-04)(Amiga User Group Deutschland e.V.).zip / Franz PD Disk #067 (1990-04)(Amiga User Group Deutschland e.V.).adf / A68K_Docs / A68k2do.txt < prev    next >
Text File  |  1989-07-02  |  475b  |  21 lines

  1. A68k - things to do as of November 2, 1989
  2.  
  3.  
  4. *** BUGS ***
  5.  
  6. (There are no known bugs at this time.)
  7.  
  8.  
  9. *** ENHANCEMENTS ***
  10.  
  11. Implement an ARexx interface to an editor (e.g. CED) for debugging.
  12.  
  13. Improve the small code / small data option - study linker documentation!
  14.  
  15. Wild optimizations? (e.g. MOVE.W #0,D0 -> CLR.W D0)
  16.                     (MOVE.L #16,D0 -> MOVE.W #16,D0 -> MOVEQ #16,D0)
  17.  
  18. Treat (An,Dn) as 0(An,Dn)?  Or just leave for 68020 upgrade?
  19.  
  20. Add 68010/68020 support.
  21.